home *** CD-ROM | disk | FTP | other *** search
- Path: news.production.compuserve.com!news
- From: Robert Aide <71233.1036@CompuServe.COM>
- Newsgroups: comp.lang.c
- Subject: Re: Are flow charts still used?
- Date: 18 Feb 1996 03:03:53 GMT
- Organization: 71233.1036@compuserve.com
- Message-ID: <4g64up$5cb$1@mhadg.production.compuserve.com>
- References: <1996Feb5.235118.24132@zcon.com>
-
- I am a consultant and programmer and use flowcharts
- for two very good reasons:
-
- 1-When developing very detailed systems and/or systems in which
- there are many components, flowcharts are invaluable in the
- planning and organization of the overall system. (I used to just
- jump in and start programming with a vague outling in my head,
- but I have coded myself _into a corner_ far too many times for me
- to continue with this practice.)
-
- 2-Flowcharts are a great tool when presenting proposals to the
- client, since they are relatively easy for non-programmers to
- understand (after all, if the client knows how to program they'd
- likely be writing the system themselves :-) , and will help
- to ensure that the client understands what you are proposing, and
- to ensure that you understand what the client is expecting. It
- is much better to catch any misunderstandings or
- misinterpretations BEFORE writing a huge system, than it is to
- find out after and have to rework it (at my expense, because the
- client cannot admit to being at fault here regardless of where
- the communication breakdown occurred!).
-
- The flowchart also helps me to work out a development schedule
- and the corresponding cost of development.
-
- --
- Robert Aide - Canadian Computing & Networking
-